Package com.fwdekker.randomness.string
Insertion of random strings.
Types
StringGroupAction
Link copied to clipboard
StringInsertAction
Link copied to clipboard
StringScheme
Link copied to clipboard
data class StringScheme(myName: String, minLength: Int, maxLength: Int, enclosure: String, capitalization: CapitalizationMode, symbolSets: Map<String, String>, activeSymbolSets: Map<String, String>, excludeLookAlikeSymbols: Boolean) : Scheme<StringScheme>
Content copied to clipboard
StringSettings
Link copied to clipboard
data class StringSettings(schemes: MutableList<StringScheme>, currentSchemeName: String) : Settings<StringSettings, StringScheme>
Content copied to clipboard
StringSettingsAction
Link copied to clipboard
StringSettingsComponent
Link copied to clipboard
class StringSettingsComponent(settings: StringSettings) : SettingsComponent<StringSettings, StringScheme>
Content copied to clipboard
StringSettingsConfigurable
Link copied to clipboard
class StringSettingsConfigurable(component: StringSettingsComponent) : SettingsConfigurable<StringSettings, StringScheme>
Content copied to clipboard
SymbolSetTable
Link copied to clipboard